From 4ebe44aef5ceeb0352bf515626237a4ce90b4d85 Mon Sep 17 00:00:00 2001 From: Mitsutaka Mimura Date: Tue, 5 May 2015 10:59:05 +0900 Subject: [PATCH] add search to help --- src/bin/cargo.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index a0490a96d..5902d3952 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -48,6 +48,7 @@ Some common cargo commands are: test Run the tests bench Run the benchmarks update Update dependencies listed in Cargo.lock + search Search crates from host of a registry See 'cargo help ' for more information on a specific command. "; -- 2.30.2